-
Notifications
You must be signed in to change notification settings - Fork 278
docs(cookbook): network requests recipes #1651
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1651 +/- ##
==========================================
+ Coverage 95.51% 95.53% +0.01%
==========================================
Files 99 101 +2
Lines 5400 5508 +108
Branches 857 550 -307
==========================================
+ Hits 5158 5262 +104
- Misses 242 246 +4 ☔ View full report in Codecov by Sentry. |
|
||
jest.mock('axios'); | ||
|
||
jest.setTimeout(10000); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When this test suit runs in CI, the default 5s is not sufficient.
Locally it's a matter of 0.91 s.
Any idea what might be causing this on CI? @mdjastrzebski?
Summary
Compose Network Requests recipes as part of our Cookbook docs
Test plan
Sanity check Cookbook app
Sanity check recipes docs
Possible spin offs